Skip to main content

Interface: VpaasWebsocketMessageTypes

Top properties represent message types. Additional types are referenced from definitions.

Indexable

[k: string]: unknown

Properties

add_new_candidate

Optional add_new_candidate: AddNewCandidate


authenticate

Optional authenticate: Auth


disconnect_stream

Optional disconnect_stream: DisconnectStream


error

Optional error: Error


media_offer

Optional media_offer: MediaOffer


ping

Optional ping: Ping


pong

Optional pong: Pong


request_stream

Optional request_stream: RequestStream


request_stream_response

Optional request_stream_response: RequestStreamResponse


roster_update

Optional roster_update: RosterUpdate


server_error

Optional server_error: ServerError


success

Optional success: Success